home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / GW AdaEd 1.4.2 / GWAdaDemos / NYUDemos / TEST.ADA < prev    next >
Encoding:
Text File  |  1993-01-31  |  86 b   |  6 lines  |  [TEXT/GADA]

  1. with text_io; use text_io;
  2. procedure main is
  3. begin
  4.   put_line("It works!");
  5. end main;
  6.